home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / converter / pbm with gui / gui / pbm / pgmramp < prev    next >
Encoding:
Text File  |  1996-07-16  |  406 b   |  14 lines

  1. "pgmramp "Create greyscal image
  2.     -lr|-tb | -rectangle|-ellipse width height
  3.    "Create grayscale ramp"
  4.    "Create greyscale"
  5.    CYCLE "_Mode"!!Direction!
  6.       "Left-Right":"-lr"
  7.       "Top-Bottom":"-tb"
  8.       "Rectangle":"-rectangle"
  9.       "Ellipse":"-ellipse"
  10.    ENDCYCLE:"0"
  11.    NUMBER "_Width":"":"256"!!Output Width!
  12.    NUMBER "_Height":"":"256"!!Output Height!
  13.    SFILE "O_utput":">":""!!Output File!
  14.